Ramsundar - Frontend Fix "Usage Record" modal not displaying Data#4455
Closed
Ram-blip wants to merge 1 commit intodevelopmentfrom
Closed
Ramsundar - Frontend Fix "Usage Record" modal not displaying Data#4455Ram-blip wants to merge 1 commit intodevelopmentfrom
Ram-blip wants to merge 1 commit intodevelopmentfrom
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
VijayAnirudh
approved these changes
Nov 29, 2025
VijayAnirudh
left a comment
There was a problem hiding this comment.
Review Summary ✅
Tested the Frontend_Fix_Usage_Record_Modal_Not_Displaying_Data branch locally:
-
Modal Behavior
- Clicking View under the Usage Record column now correctly opens the modal with data populated.
- When no records exist, a proper empty state message is displayed instead of a blank modal.
-
Integration
- Verified frontend fix works in conjunction with backend PR #1921.
- Email field is included and displays correctly in usage records.
-
Testing Steps
- Cleared site data/cache, logged in as admin.
- Navigated to
/bmdashboard/consumables. - Confirmed modal renders data and empty state as expected.
-
Quality Checks
- No console errors or warnings observed.
- Netlify deploy preview matches local behavior.
- SonarQube Quality Gate passed (0 issues).
Conclusion
All acceptance criteria have been met:
- Modal displays usage record data correctly.
- Empty state message works as intended.
- Integration with backend fix confirmed.
Approving this PR ✅
Contributor
Author
|
I checked the latest dev website and it looks like someone has worked on it. Last time the page was connected to a different endpoint. I think someone created a new endpoint and changed the UI, so everything is different now. So, I am closing this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Description
Related PRS (if any):
This frontend PR is related to the #1921 backend PR.
Main changes explained:
How to test:
npm installand npm run start:local to run this PR locallyScreenshots or videos of changes:
https://www.loom.com/share/398669df8e984df28cbd3dd5f919b856
Note:
Include the information the reviewers need to know.